home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Forces: A World of Opportunities
/
CanadianForces-AWorldOfOpportunities-WinMac.bin
/
07_Contact.swf
/
scripts
/
DefineButton2_123
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-07-20
|
236b
|
11 lines
on(release){
if(System.capabilities.playerType == "StandAlone")
{
loadMovieNum("08_Quit.swf",1,"GET");
}
else if(System.capabilities.playerType == "ActiveX")
{
getUrl("quit.html", "_parent");
}
}